Skip to content

IObserver.OnCompleted() method

Defined in

Type: IObserver Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

TResult OnCompleted()

Summary: Notifies the observer of the end of the sequence.

Returns: TResult -- Result returned upon observation of the sequence completion.